home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / cdity / Remind1_5.readme < prev    next >
Text File  |  1995-07-02  |  7KB  |  150 lines

  1. Short:    Best Date/Time appointment keeper avail.
  2. Author:   rambridg@encore.com
  3. Uploader: rambridg@encore.com
  4. Type:     util/cdity
  5.  
  6. A useful and simple commodity for remembering important dates.
  7. Features:
  8.   - Fully customisable startup
  9.   - Very easy to install
  10.   - Can be used without Battery backup clock
  11.   - Easy to understand and use straight away
  12.   - Future events pre-warning
  13.   - Amigaguide documents
  14.   - History of past events (history length definable)
  15.   - Different classes of events 
  16.     (Once, Persistant,Annual, Weekly, Monthly, Birthday,Relative ...)
  17.   - Full OS 2.0 GadTools interface
  18.   - Its free (no shareware, cardware, beerware)
  19.   - Hotkey user definable
  20.   - Completely hidden when not in use
  21.   - Each message can have a time attached, and an alarm 24hour & AM/PM format
  22.   - Font adaptive
  23.   - Custom sizeable
  24.   - Execute external command on message arrival.
  25.   - Can use on any screen format
  26.   - Requires workbench 2.0+
  27.   - Display week/month/year to view, and print in calender format
  28.  
  29. $HIS
  30. ;
  31. ;   Version 1.0 - 28th May 1994
  32. ;     Initial prototype. Badly coded and eventually discarded
  33. ;
  34. ;   Version 1.1 - 10th June 1994
  35. ;     Redesigned project. 
  36. ;     Split main window into seperate windows
  37. ;
  38. ;   Version 1.11- 27th June 1994
  39. ;     - The year number gadget in "Add New Note" always returned 0, see new.c
  40. ;     - Added the Amend function.
  41. ;     - Added comfirm quit from Double run of Commodity
  42. ;
  43. ;   Version 1.2 - 5th July 1994
  44. ;     - Prenotes can now be added to all types of notes.
  45. ;     - Amend function was re-written making it now code efficient and
  46. ;       also can be activated by double clicking on a note
  47. ;     - Prenotes are now "attached" to the parent note, so when the parent
  48. ;       note is amended/deleted so are the prenotes.
  49. ;     - New note type "Relative" added. (See documents)
  50. ;     - Some memory was not being returned to the system for some "Previous"
  51. ;       notes. Now fixed.
  52. ;     - A previous note is now not created when a prenote expires.
  53. ;     - A space was added in the prenote between the date and the note text!
  54. ;     - A lot of code was re-written to be more efficient and cleaner! If you
  55. ;       could see the source code it is now much clearer, (less headaches for
  56. ;       me)
  57. ;     - Changing the period for the Within list made all deleted messages
  58. ;       reappear. Now fixed.
  59. ;     - The Freeze window until ready part never worked. Strange, it used to.
  60. ;     - Any of the prefs options could be set to a negative number. This used
  61. ;       to cause a lot of problems. Now fixed.
  62. ;     - If the prefs filename was set to blank then the prefs would be loaded
  63. ;       incorrectly the next time, and the data file would go walk about.
  64. ;
  65. ;  Version 1.3 - 15th July 1994
  66. ;     - Added font adaptability. 
  67. ;     - Included a size gadget. (Not as simple as it seems!)
  68. ;     - The window size is now saved with a preference save.
  69. ;     - Added a time feature. Each message can now be time stamped.
  70. ;     - Messages for today can be displayed individually on startup.
  71. ;
  72. ;  Version 1.31 - 20th July 1994
  73. ;     - Changing the type of the note in Create/Amend used to erase Prenote
  74. ;       value currently stored. Now it doesn't.
  75. ;     - The Create/Amend window has been rearranged.
  76. ;     - Added the execute command option for a message.
  77. ;
  78. ;  Version 1.32 - 26th July 1994
  79. ;     -  Using NTSC Hi-res laced screens with certain system fonts gave
  80. ;        some trouble and Remind couldn't create the gadgets in the window.
  81. ;        This has now been fixed.
  82. ;     -  In some resolutions the Create note screen had some gadgets touching.
  83. ;        These have been slightly moved.
  84. ;     -  The time format can be selected as 24hour or am/pm
  85. ;     -  The messages are now ordered in time of day as well as date.
  86. ;     -  Linked with utility.library for slightly smaller and faster code
  87. ;     -  External commands now executed with dos.library/Execute() for better
  88. ;        compatability.
  89. ;
  90. ;
  91. ;  Version 1.4 - 15th August 1994
  92. ;     - The minimum size of the window has been reduced. So now the 
  93. ;       main window can become smaller.
  94. ;     - Yet more problems with Resize and Fonts solved.
  95. ;     - Midnight was being shown as 12:00PM!
  96. ;     - Todays date and time have been added to the main window.
  97. ;     - Added date and time to todays messages.
  98. ;     - Added option to ignore all messages for today on startup.
  99. ;     - Midnight support has now been added. If Remind is running and 
  100. ;       midnight occurrs the display is changed and the current database
  101. ;       is saved indicating use of Remind for the next day. The 
  102. ;       implementation is a bit rough and improvement suggestions would
  103. ;       be appriciated.
  104. ;     - The timer routines have been rewritten, the old versions have caused
  105. ;       crashing on my system.
  106. ;     - The slider values for the day/month sliders in Add/Amend note now 
  107. ;       have the slider values displayed for easy reference.
  108. ;     - Persistant notes can now be "Finished" by shift+double click on the
  109. ;
  110. ;
  111. ;  Version 1.41 - 19th September 1994
  112. ;     - The relative week number couldn't be amended.
  113. ;       Now fixed.
  114. ;     - Messages with commands can now disable the window
  115. ;       which opens with the message.
  116. ;     - Save always on exit option added to preferences.
  117. ;
  118. ;
  119. ;  Version 1.5B - 21st March 1995
  120. ;     - BETA release
  121. ;     - Remind's screen now pops to front when hot key is pressed.
  122. ;     - Add/Amend window changed to a more compact version.
  123. ;     - Prefs window changed to a more compact version.
  124. ;     - Weekly/Monthly/Yearly View feature added.
  125. ;     - Email address changed to rambridg@encore.com!
  126. ;
  127. ;
  128. ;  Version 1.5 - 17th May 1995
  129. ;     - Fixed problem of adding messages after midnight.
  130. ;     - The view list gadgets were not initialised correctly.
  131. ;     - Selecting view list dates from=to caused a program crash
  132. ;     - In view creation notes that occur on the "to" day could cause a crash.
  133. ;
  134. ;
  135.  
  136.  
  137. ============================= Archive contents =============================
  138.  
  139. Original  Packed Ratio    Date     Time    Name
  140. -------- ------- ----- --------- --------  -------------
  141.     4896    2024 58.6% 17-May-95 21:29:54 +History
  142.      118     103 12.7% 17-May-95 21:29:54 +README
  143.    81104   39774 50.9% 17-May-95 21:29:54 +Remind
  144.    29654   10279 65.3% 17-May-95 21:29:56 +Remind.guide
  145.      503     282 43.9% 17-May-95 21:29:56 +Remind.guide.info
  146.     4380     344 92.1% 17-May-95 21:29:56 +Remind.info
  147.      628     253 59.7% 17-May-95 21:29:54  Remind1.5.info
  148. -------- ------- ----- --------- --------
  149.   121283   53059 56.2% 01-Jun-95 13:46:22   7 files
  150.